/* ================ PUKKARESTAURANTS =============== */

.viewList .itemPreview {
	float: left; _display: inline;
	width: 936px;
	height: 188px;
	padding: 4px 4px 4px 20px;
	margin: 0 0 30px 0;
	background: #fff;
	position: relative;
}
.viewList .image-float-left{
	padding: 4px 20px 4px 4px;
}
	.itemPreviewImageSection{
		float: right; _display: inline;
		width: 232px;
		height: 188px;
		margin-left: 20px;
	}
	.image-float-left .itemPreviewImageSection{
		float: left; _display: inline;
		margin: 0 20px 0 0;
		position: relative;
	}
		.itemPreviewImageSection .zoom-btn{
			position: absolute;
			right: 10px;
			bottom: 10px;
			width: 25px;
			height: 25px;
			background: url(../images/bg-sprite.png) no-repeat 0 -460px;
		}
	.viewList .itemPreviewTitle{
		margin: 13px 0 0;
		
		font-size: 1.35em;
		text-transform: uppercase;
		line-height: 20px;
	}
	.active .itemPreviewTitle, .hover .itemPreviewTitle{
		color: #527190
	}
	
	
	.itemPreviewIntro{
		margin-top: 0;
	}
	.active .itemPreviewIntro, .hover .itemPreviewIntro{
		color: #3b3b3b;
	}
		.itemPreviewViewLink{
			width: 17px;
			height: 17px;
			padding: 0 9px;
			background: url(../images/bg-sprite.png) no-repeat 0 -350px;
			cursor: pointer;
		}
		.active a.itemPreviewViewLink, .hover a.itemPreviewViewLink{
			background: url(../images/bg-sprite.png) no-repeat 0 -350px;
		}
		
	.content-area-blocks .right-panel{
		height: 490px;
		overflow: hidden;
	}
		.benifits{
			margin-bottom: 70px;
			background: #fff;
			display: none;	
		}
			.gallery-navigation a{
				float: left; _display: inline;
				padding: 10px 20px;
				
				font-size: 1.1em;
				color: #fff;
				text-transform: uppercase;
			}
			.gallery-navigation a.gallery-section-nav{
				background: url(../images/subsection-seperator.png) no-repeat right 16px;
			}
			#mod_pukkaEvents .item_3 a.gallery-section-nav,
			#mod_pukkaEvents .item_2 .gallery-navigation a.gallery-section-nav{
				background: none;
			}
			.gallery-navigation a.active,
			.gallery-navigation a:hover{
				color:#88a8c9;

			}
			#mod_pukkaEvents .item_3 .benifit-section-nav,
			#mod_pukkaEvents .item_2  .benifit-section-nav{
				display: none;
			}
			